const encoding/json.scanError
12 uses
	encoding/json (current package)
		indent.go#L68: 			if v == scanError {
		indent.go#L75: 	if scan.eof() == scanError {
		indent.go#L130: 		if v == scanError {
		indent.go#L170: 	if scan.eof() == scanError {
		scanner.go#L35: 		if scan.step(scan, c) == scanError {
		scanner.go#L39: 	if scan.eof() == scanError {
		scanner.go#L131: 	scanError // hit an error, scanner.err.
		scanner.go#L161: 		return scanError
		scanner.go#L173: 	return scanError
		scanner.go#L587: 	return scanError
		scanner.go#L594: 	return scanError
		stream.go#L118: 			case scanError:
![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |